Package-level declarations

Types

Link copied to clipboard
interface Cluster<T : ClusterItem?>
A collection of ClusterItems that are nearby each other.
Link copied to clipboard
interface ClusterItem
ClusterItem represents a marker on the map.
Link copied to clipboard
open class ClusterManager<T : ClusterItem?> : GoogleMap.OnCameraIdleListener, GoogleMap.OnMarkerClickListener, GoogleMap.OnInfoWindowClickListener
Groups many items on a map based on zoom level.